home *** CD-ROM | disk | FTP | other *** search
- global HEXinfo
- if the shiftKey is up then HEXquest
- put empty into HEXinfo
- repeat with x=1 to the number of flds
- set cursor to busy
- put short name of fld x into name
- put id of fld x into fldID
- put rect of fld x into fldRect
- put visible of fld x into visB
- put lockText of fld x into locked
- put style of fld x into style
- put "FLD "&x&":"&&"ID"&fldID&" *NAME:"&name&" *RECT:"&fldRect&¬
- " *VISIBLE:"&visB&" *LOCKED:"&locked&" *STYLE:"&style into line x of HEXinfo
- end repeat